projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68b37dc
)
trivial-httpd: Another followup fix - need to listen on all interfaces
author
Colin Walters
<walters@verbum.org>
Mon, 6 Oct 2014 21:43:02 +0000
(17:43 -0400)
committer
Colin Walters
<walters@verbum.org>
Mon, 6 Oct 2014 21:43:02 +0000
(17:43 -0400)
This was the intended design, but it regressed when updating.
src/ostree/ot-builtin-trivial-httpd.c
patch
|
blob
|
history
diff --git
a/src/ostree/ot-builtin-trivial-httpd.c
b/src/ostree/ot-builtin-trivial-httpd.c
index dc4f94e103bc1f90c627d18eff0be9adc529215e..e8c06e37e58ce19ca52d6f6f5842ab729a9eb677 100644
(file)
--- a/
src/ostree/ot-builtin-trivial-httpd.c
+++ b/
src/ostree/ot-builtin-trivial-httpd.c
@@
-347,7
+347,7
@@
ostree_builtin_trivial_httpd (int argc, char **argv, OstreeRepo *repo, GCancella
#if SOUP_CHECK_VERSION(2, 48, 0)
server = soup_server_new (SOUP_SERVER_SERVER_HEADER, "ostree-httpd ", NULL);
- if (!soup_server_listen_
loca
l (server, 0, 0, error))
+ if (!soup_server_listen_
al
l (server, 0, 0, error))
goto out;
#else
server = soup_server_new (SOUP_SERVER_PORT, 0,